Skip to main content

tests/fixtures/cassettes/TestIsMastodonHost.test_non_mastodon_servers[example.com].yml

1interactions:
2- request:
3 body: null
4 headers:
5 Connection:
6 - close
7 Host:
8 - example.com
9 User-Agent:
10 - Python-urllib/3.13
11 method: GET
12 uri: https://example.com/.well-known/nodeinfo
13 response:
14 body:
15 string: '<!doctype html><html lang="en"><head><title>Example Domain</title><meta
16 name="viewport" content="width=device-width, initial-scale=1"><style>body{background:#eee;width:60vw;margin:15vh
17 auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style></head><body><div><h1>Example
18 Domain</h1><p>This domain is for use in documentation examples without needing
19 permission. Avoid use in operations.</p><p><a href="https://iana.org/domains/example">Learn
20 more</a></p></div></body></html>
22 '
23 headers:
24 Age:
25 - '12220'
26 CF-RAY:
27 - 9ed186ff4e92773e-LHR
28 Connection:
29 - close
30 Content-Type:
31 - text/html
32 Date:
33 - Thu, 16 Apr 2026 07:37:53 GMT
34 Server:
35 - cloudflare
36 Transfer-Encoding:
37 - chunked
38 cf-cache-status:
39 - HIT
40 status:
41 code: 404
42 message: Not Found
43version: 1